|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.cebis.moccabox.domain.AbstractConceptualObject
de.cebis.moccapart.calendar.domain.CalendarComponentCategory
public class CalendarComponentCategory
| Field Summary | |
|---|---|
static java.lang.String |
PROP_COLOUR
|
static java.lang.String |
PROP_DURATION
|
static java.lang.String |
PROP_DURATIONTEXT
|
static java.lang.String |
PROP_IMAGE
|
static java.lang.String |
PROP_NAME
|
| Fields inherited from interface de.cebis.moccabox.domain.IPersistentConcept |
|---|
PROP_CREATION_DATE, PROP_ID, PROP_LAST_EDIT_DATE, PROP_LAST_EDIT_USER |
| Constructor Summary | |
|---|---|
CalendarComponentCategory()
|
|
CalendarComponentCategory(java.lang.Long _iD)
Constructor for primary key |
|
| Method Summary | |
|---|---|
java.lang.String |
getColour()
Returns the colour to be displayed for the CalendarComponentCategory. |
double |
getDuration()
Returns the default duration for a component of this category. |
java.lang.String |
getDurationText()
Returns the duration of the event in hours and minutes. |
java.lang.String |
getImage()
Returns a given image name to represent the category. |
java.lang.String |
getName()
Returns the name to be displayed for the CalendarComponentCategory. |
void |
setColour(java.lang.String colour)
Sets the colour to be displayed for the CalendarComponentCategory. |
void |
setDuration(double duration)
Sets the default duration for a component of this category. |
void |
setImage(java.lang.String image)
Sets a given image name to represent the category. |
void |
setName(java.lang.String name)
Sets the name to be displayed for the CalendarComponentCategory. |
| Methods inherited from class de.cebis.moccabox.domain.AbstractConceptualObject |
|---|
getCreationDate, getId, getLastEditDate, getVersion, setCreationDate, setId, setLastEditDate, setVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROP_NAME
public static final java.lang.String PROP_DURATION
public static final java.lang.String PROP_DURATIONTEXT
public static final java.lang.String PROP_COLOUR
public static final java.lang.String PROP_IMAGE
| Constructor Detail |
|---|
public CalendarComponentCategory()
public CalendarComponentCategory(java.lang.Long _iD)
| Method Detail |
|---|
public void setName(java.lang.String name)
CalendarComponentCategory.
name - The name to be displayed.public java.lang.String getName()
CalendarComponentCategory.
public void setDuration(double duration)
duration - The default duration.public double getDuration()
public java.lang.String getDurationText()
public void setColour(java.lang.String colour)
CalendarComponentCategory.
colour - The colour to be displayed.public java.lang.String getColour()
CalendarComponentCategory.
public void setImage(java.lang.String image)
image - public java.lang.String getImage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||